fillForms
An object containing the form properties.
Properties
Name | Type | Description |
---|---|---|
tags | object | The form tags which specify the content for each form type with such a tag. |
tags.text | string | The text field value (some text). |
tags.checkBox | string | The checkbox form value (true - checked, false - unchecked). |
tags.picture | string | The image form value (a link to the image). |
tags.comboBox | string | The combo box form value (one of the items from the combo box list values). |
Type
Object